.aboutUs-title {
    height: 36rem;
    background-image: url(../image/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}

.aboutUs-subtitle {
    width: 80%;
    text-align: end;
    margin: 0 auto 4rem;
}

.model {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4rem auto;
    text-align: center;
}

.model_bg {
    width: 100%;
    background-image: url(../image/main-cover-01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.model-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 90px;
}

.model-img img{
    width: 31%;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.model-price {
    background-color: black;
    padding: 8px 25px;
    color: #d7ac01;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
